home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TRECTANGLEWINDOW / TRECTANGLEWINDOW.txt
Text File  |  2001-10-17  |  2KB  |  117 lines

  1. object RectangleWindow: TRectangleWindow
  2.   Left = 617
  3.   Top = 81
  4.   Width = 163
  5.   Height = 153
  6.   HorzScrollBar.Tracking = True
  7.   VertScrollBar.Increment = 60
  8.   VertScrollBar.Tracking = True
  9.   BorderIcons = [biSystemMenu]
  10.   Caption = 'Rectangle coords:'
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Mouse: TLabel
  23.     Left = 74
  24.     Top = 95
  25.     Width = 45
  26.     Height = 13
  27.     Caption = '(610,234)'
  28.   end
  29.   object UpperLeft: TLabel
  30.     Left = 74
  31.     Top = 69
  32.     Width = 45
  33.     Height = 13
  34.     Caption = '(210,320)'
  35.   end
  36.   object LowerRight: TLabel
  37.     Left = 74
  38.     Top = 82
  39.     Width = 57
  40.     Height = 13
  41.     Caption = '(1640,1450)'
  42.   end
  43.   object Label1: TLabel
  44.     Left = 6
  45.     Top = 95
  46.     Width = 38
  47.     Height = 13
  48.     Caption = 'Mouse='
  49.   end
  50.   object Label2: TLabel
  51.     Left = 6
  52.     Top = 82
  53.     Width = 63
  54.     Height = 13
  55.     Caption = 'Lower Right='
  56.   end
  57.   object Label5: TLabel
  58.     Left = 6
  59.     Top = 69
  60.     Width = 56
  61.     Height = 13
  62.     Caption = 'Upper Left='
  63.   end
  64.   object Label6: TLabel
  65.     Left = 8
  66.     Top = 112
  67.     Width = 3
  68.     Height = 8
  69.     Caption = '   '
  70.   end
  71.   object GroupBox1: TGroupBox
  72.     Left = 16
  73.     Top = 2
  74.     Width = 105
  75.     Height = 47
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     TabOrder = 0
  83.     object Label3: TLabel
  84.       Left = 12
  85.       Top = 13
  86.       Width = 37
  87.       Height = 13
  88.       Caption = 'Width= '
  89.     end
  90.     object Label4: TLabel
  91.       Left = 12
  92.       Top = 26
  93.       Width = 40
  94.       Height = 13
  95.       Caption = 'Height= '
  96.     end
  97.     object RectWidthLabel: TLabel
  98.       Left = 56
  99.       Top = 13
  100.       Width = 24
  101.       Height = 13
  102.       Caption = '1100'
  103.       Color = clBtnFace
  104.       ParentColor = False
  105.     end
  106.     object RectHeightLabel: TLabel
  107.       Left = 56
  108.       Top = 26
  109.       Width = 24
  110.       Height = 13
  111.       Caption = '1200'
  112.       Color = clBtnFace
  113.       ParentColor = False
  114.     end
  115.   end
  116. end
  117.